home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d21
/
dvglue.arc
/
TVPSUB.C
< prev
next >
Wrap
C/C++ Source or Header
|
1990-01-09
|
999b
|
29 lines
/*================================================*/
/* TVPSUB.C */
/* */
/* (c) Copyright 1988 Ralf Brown */
/* All Rights Reserved */
/* May be freely copied for noncommercial use as */
/* long as this copyright notice is kept intact */
/* and any changes are indicated in the comment */
/* blocks for the functions */
/*================================================*/
#include "tvapi.h"
/*================================================*/
/* TVpointer_clrflags clear pointer control flags */
/* Ralf Brown 4/22/88 */
/*================================================*/
void pascal TVptr_clrflags(OBJECT pointer,WORD flags)
{
PARMLIST1 p ;
p.num_args = 1 ;
p.arg[0] = (DWORD) flags ;
TVsendmsg(SUBFROM_MSG, TOS, pointer, (PARMLIST *)&p) ;
}
/* End of TVPSUB.C */